home *** CD-ROM | disk | FTP | other *** search
- /* IPL_INIT */
- /* k 1037 21/05/91 */
- struct iplin { /* IPL_INIT request */
- char hdr[3]; /* header */
- char res1[1]; /* reserved */
- char pcid[8]; /* PCID */
- char onode[8]; /* origin node name */
- char dnode[8]; /* destination node name*/
- char nfile[8]; /* load file name */
- };
- #define IPLINIT 0x430243 /* IPL_INIT header */
-